StdOut Function
Retrieves the global reference to the standard output stream in ConsoleApplications, which is typically the terminal window.
Syntax
result = StdOut
Notes
The StdOut method implements the Writeable class interface. If you implement this interface, you must implement the specified methods and parameters. For more information about class interfaces and how to implement them, see the section "Class Interfaces" in the User's Guide.
See Also
ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetHasGUI constant; Input, Print, StdIn, StdErr methods; Writeable class interface.